type net/http.http2clientStream
26 uses
net/http (current package)
h2_bundle.go#L7402: streams map[uint32]*http2clientStream // client-initiated
h2_bundle.go#L7435: type http2clientStream struct {
h2_bundle.go#L7488: func (cs *http2clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
h2_bundle.go#L7495: func (cs *http2clientStream) abortStream(err error) {
h2_bundle.go#L7501: func (cs *http2clientStream) abortStreamLocked(err error) {
h2_bundle.go#L7516: func (cs *http2clientStream) abortRequestBodyWrite() {
h2_bundle.go#L7526: func (cs *http2clientStream) closeReqBodyLocked() {
h2_bundle.go#L7833: streams: make(map[uint32]*http2clientStream),
h2_bundle.go#L8304: cs := &http2clientStream{
h2_bundle.go#L8357: cancelRequest := func(cs *http2clientStream, err error) error {
h2_bundle.go#L8410: func (cs *http2clientStream) doRequest(req *Request) {
h2_bundle.go#L8422: func (cs *http2clientStream) writeRequest(req *Request) (err error) {
h2_bundle.go#L8567: func (cs *http2clientStream) encodeAndWriteHeaders(req *Request) error {
h2_bundle.go#L8614: func (cs *http2clientStream) cleanupWriteRequest(err error) {
h2_bundle.go#L8686: func (cc *http2ClientConn) awaitOpenSlotForStreamLocked(cs *http2clientStream) error {
h2_bundle.go#L8749: func (cs *http2clientStream) frameScratchBufferLen(maxFrameSize int) int {
h2_bundle.go#L8770: func (cs *http2clientStream) writeRequestBody(req *Request) (err error) {
h2_bundle.go#L8905: func (cs *http2clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
h2_bundle.go#L9184: func (cc *http2ClientConn) addStreamLocked(cs *http2clientStream) {
h2_bundle.go#L9462: func (rl *http2clientConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
h2_bundle.go#L9581: func (rl *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
h2_bundle.go#L9612: cs *http2clientStream
h2_bundle.go#L9823: func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
h2_bundle.go#L9839: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {
h2_bundle.go#L9844: func (rl *http2clientConnReadLoop) streamByID(id uint32) *http2clientStream {
h2_bundle.go#L9854: func (cs *http2clientStream) copyTrailers() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |